* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

@font-face {
  font-family: 'Apple Garamond';
  src: url('fonts/AppleGaramond.ttf') format('truetype');
}

    .bg {
  background-image: url("home/bg.png"); /* no need to escape space */
  background-attachment: fixed; /* key for parallax effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
  z-index: -1; /* push behind everything */
}

  body {
    font-family: 'Apple Garamond' , serif;
    background-color: #FF6CB5;
    color: black;
    text-align: center;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;

  }

  nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  nav a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    transition: 0.3s;
  }

  nav a:hover {
    text-decoration: underline;
  }

  .logo-left, .logo-right {
    position: absolute;
    top: 0;
z-index: 9999; 
  }
  
  .logo-left img,
.logo-right img {
  display: inline-block;
  transition: transform 0.3s ease;
  pointer-events: all;
}

.logo-left img:hover,
.logo-right img:hover {
  transform: scale(1.1);
}


  .logo-right {
    right: 50px;
    top: -20px;
  }

  .logo-left img {
    width: 210px;
    height: auto;  
    margin-top: -52px;
}
  
  .logo-right img {
    width: 80px;
    height: auto;

  }

  .wrapper {
  width: 80%; /* Adjust this value to make the content smaller */
  max-width: 1200px; /* Limit maximum size */
  margin: 0 auto; /* Center the content */
}

.content1, .content2, .content3, .content4, .content5,
.content6, .content7, .content8, .content9, .content10, .content11 {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readmore {
    margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readmore img {
  width: 50%;
  max-width: 1200px;
  padding-bottom: 100px;
}

.readmore {
  transition: transform 0.3s ease;
}

.readmore:hover {
  transform: scale(1.1);
}



.content1 img {
  width: 140%;
padding-left: 80px;
}

.content2 img,
.content5 img,
.content8 img,
.content9 img {
  width: 90%;
  max-width: 2000px; /* Ensure images are smaller and responsive */
  height: auto;
}

.content3 img {
  width: 85%;
  padding-bottom: 100px;
}

.content9 img, .content6 img, .content4 img {
  width: 80%;
}

.content10 img {
  width: 50%;
}

.content7 img {
  width: 40%;
  height: auto;
  padding-top: 200px;
  padding-bottom: -100px;
}

.content11 {
  width: 40%;
  height: auto;
  padding-bottom: 100px;
  padding-top: -200px;
    z-index: 999;
    align-items: center;
}

.content11 {
  transition: transform 0.3s ease;
}

.content11:hover {
  transform: scale(1.1);
}



  .footer {
    background-color: white;
    padding: 10px 0;
    font-size: 14px;
    color: blue;
    width: 100%;
    position: fixed;
    bottom: -7px;
  }

  @media only screen and (max-width: 1180px) {
.readmore img {
  width: 100%;
  max-width: 2000px;
  padding-bottom: 100px;
    padding-top: -5px;
}

.content1 {
padding-top: 50px;
width: 105%;
}


}

  /* Responsive Mobile */
  @media (max-width: 768px) {

    body, html {
overflow-x: hidden;
    }
    nav {
      gap: 20px;
    }

    nav a {
      font-size: 20px;
margin-top: 100px;
    }

    .logo-left {
      width: 100px;
      top: -7px;
      left: -10px;
margin-top: 50px;
    }
  
    .logo-right img {
      width: 60px;

    }

      
    .logo-right {
      top: 30px;

    }

      .wrapper {
  width: 80%; /* Adjust this value to make the content smaller */
  max-width: 1200px; /* Limit maximum size */
  margin: 0 auto; /* Center the content */
}

.content1, .content2, .content3, .content4, .content5,
.content6, .content7, .content8, .content9, .content10, .content11 {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1 img {
  width: 160%;
padding-left: 80px;
}

.content2 img,
.content5 img,
.content8 img,
.content9 img {
  width: 100%;
  max-width: 2000px; /* Ensure images are smaller and responsive */
  height: auto;
}

.content3 img {
  width: 100%;
}

.content4 img {
  padding-top: -150px;

}

.content9 img, .content6 img, .content4 img {
  width: 100%;
  padding-bottom: 30px;
}

.content10 img {
  width: 100%;
  padding-bottom: -50px;
}

.content7 img {
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: -100px;
}

.content11 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}


.readmore img {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 100px;
}

.readmore {
  transition: transform 0.3s ease;
}

.readmore:hover {
  transform: scale(1.1);
}

.footer {
  background-color: white;
  padding: 10px 0;
  font-size: 14px;
  color: blue;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 999; /* Make sure it stays on top of other content */
}
  }
